home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / Tool Chest / Development Platforms / MPW Related / MPW Interfaces / PInterfaces / ToolIntf.p < prev    next >
Encoding:
Text File  |  1993-09-17  |  1.4 KB  |  71 lines  |  [TEXT/MPS ]

  1. {
  2.     File:        ToolIntf.p
  3.  
  4.     Copyright:    © 1983-1993 by Apple Computer, Inc.
  5.                 All rights reserved.
  6.  
  7.     Version:    System 7.1 for ETO #11
  8.     Created:    Tuesday, March 30, 1993 18:00
  9.  
  10. }
  11.  
  12. {$IFC UNDEFINED UsingIncludes}
  13. {$SETC UsingIncludes := 0}
  14. {$ENDC}
  15.  
  16. {$IFC NOT UsingIncludes}
  17.     UNIT ToolIntf;
  18.     INTERFACE
  19. {$ENDC}
  20.  
  21. {$IFC UNDEFINED UsingToolIntf}
  22. {$SETC UsingToolIntf := 1}
  23.  
  24. {$I+}
  25. {$SETC ToolIntfIncludes := UsingIncludes}
  26. {$SETC UsingIncludes := 1}
  27. {$IFC UNDEFINED UsingEvents}
  28. {$I $$Shell(PInterfaces)Events.p}
  29. {$ENDC}
  30. {$IFC UNDEFINED UsingControls}
  31. {$I $$Shell(PInterfaces)Controls.p}
  32. {$ENDC}
  33. {$IFC UNDEFINED UsingDesk}
  34. {$I $$Shell(PInterfaces)Desk.p}
  35. {$ENDC}
  36. {$IFC UNDEFINED UsingWindows}
  37. {$I $$Shell(PInterfaces)Windows.p}
  38. {$ENDC}
  39. {$IFC UNDEFINED UsingTextEdit}
  40. {$I $$Shell(PInterfaces)TextEdit.p}
  41. {$ENDC}
  42. {$IFC UNDEFINED UsingDialogs}
  43. {$I $$Shell(PInterfaces)Dialogs.p}
  44. {$ENDC}
  45. {$IFC UNDEFINED UsingFonts}
  46. {$I $$Shell(PInterfaces)Fonts.p}
  47. {$ENDC}
  48. {$IFC UNDEFINED UsingLists}
  49. {$I $$Shell(PInterfaces)Lists.p}
  50. {$ENDC}
  51. {$IFC UNDEFINED UsingMenus}
  52. {$I $$Shell(PInterfaces)Menus.p}
  53. {$ENDC}
  54. {$IFC UNDEFINED UsingResources}
  55. {$I $$Shell(PInterfaces)Resources.p}
  56. {$ENDC}
  57. {$IFC UNDEFINED UsingScrap}
  58. {$I $$Shell(PInterfaces)Scrap.p}
  59. {$ENDC}
  60. {$IFC UNDEFINED UsingToolUtils}
  61. {$I $$Shell(PInterfaces)ToolUtils.p}
  62. {$ENDC}
  63. {$SETC UsingIncludes := ToolIntfIncludes}
  64.  
  65. {$ENDC}    { UsingToolIntf }
  66.  
  67. {$IFC NOT UsingIncludes}
  68.     END.
  69. {$ENDC}
  70.  
  71.